2004-09-22 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkaboutdialog.c (gtk_about_dialog_finalize): Don't leak
+ cursors. (#153468, Christian Persch)
+
* gtk/gtktreeview.c (gtk_tree_view_key_press): Don't leak old_text.
(#153467, Christian Persch)
2004-09-22 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkaboutdialog.c (gtk_about_dialog_finalize): Don't leak
+ cursors. (#153468, Christian Persch)
+
* gtk/gtktreeview.c (gtk_tree_view_key_press): Don't leak old_text.
(#153467, Christian Persch)
2004-09-22 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkaboutdialog.c (gtk_about_dialog_finalize): Don't leak
+ cursors. (#153468, Christian Persch)
+
* gtk/gtktreeview.c (gtk_tree_view_key_press): Don't leak old_text.
(#153467, Christian Persch)
2004-09-22 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkaboutdialog.c (gtk_about_dialog_finalize): Don't leak
+ cursors. (#153468, Christian Persch)
+
* gtk/gtktreeview.c (gtk_tree_view_key_press): Don't leak old_text.
(#153467, Christian Persch)
g_strfreev (priv->documenters);
g_strfreev (priv->artists);
+ gdk_cursor_unref (priv->hand_cursor);
+ gdk_cursor_unref (priv->regular_cursor);
+
G_OBJECT_CLASS (gtk_about_dialog_parent_class)->finalize (object);
}